home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
ruthie
/
instgam1.frm
< prev
next >
Wrap
Text File
|
1995-05-08
|
3KB
|
98 lines
VERSION 2.00
Begin Form InstGame1
Caption = "RuthieWare"
ClientHeight = 4125
ClientLeft = 1095
ClientTop = 1485
ClientWidth = 4560
Height = 4530
Left = 1035
LinkMode = 1 'Source
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4125
ScaleWidth = 4560
Top = 1140
Width = 4680
Begin PictureBox InstPicture
Height = 3855
Left = 120
ScaleHeight = 3825
ScaleWidth = 4305
TabIndex = 0
Top = 120
Width = 4335
Begin CommandButton Continue
Caption = "Continue"
Height = 375
Left = 1320
TabIndex = 5
Top = 3360
Width = 1455
End
Begin TextBox Text3
BorderStyle = 0 'None
Enabled = 0 'False
Height = 615
Left = 240
MultiLine = -1 'True
TabIndex = 4
Text = "Click on the Left Arrow to go to Game 2. Click on the Stop sign to quit."
Top = 2760
Width = 3855
End
Begin TextBox Text2
BorderStyle = 0 'None
Enabled = 0 'False
Height = 975
Left = 240
MultiLine = -1 'True
TabIndex = 3
Text = "Playing Game 1 is easy! If you click on the red square, you'll see the sunburst picture. If you miss the red square, you'll see a sad face."
Top = 1800
Width = 3855
End
Begin TextBox Text1
BorderStyle = 0 'None
Enabled = 0 'False
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 12
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 375
Left = 2160
TabIndex = 2
Text = "Playing Game 1"
Top = 1320
Width = 2055
End
Begin PictureBox SuccessPict1
BorderStyle = 0 'None
Height = 1335
Left = 240
Picture = INSTGAM1.FRX:0000
ScaleHeight = 1335
ScaleWidth = 1815
TabIndex = 1
Top = 240
Width = 1815
End
End
End
Sub Continue_Click ()
InstGame1.Hide
End Sub
Sub Form_Load ()
Top = (Screen.Height - InstGame1.Height) / 2
Left = (Screen.Width - InstGame1.Width) / 2
End Sub
Sub SuccessPict1_Click ()
InstGame1.Hide
End Sub